home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util3 / wbstrtpp.rdm < prev    next >
Text File  |  1996-02-22  |  6KB  |  126 lines

  1. Short:    V2.6 Expands WBStartup capabilities.
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/boot
  5.  
  6.   Program:        WBStartup+
  7.   Version:        2.6
  8.   Date:           February 3, 1996
  9.   Coded by:       John Hughes
  10.   Email:          johughes@heartland.bradley.edu
  11.   WWW:            http://rhf.bradley.edu/~jhughes/
  12.   Compiled with:  SAS/C 6.56
  13.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  14.   Distribution:   Postcardware (public domain)
  15.   Required:       AmigaDOS 2.0 or above
  16.                   The Prefs program requires AmigaDOS 3.0 or above
  17.   Included:       WBStartup+ for OS2.x and 3.x
  18.                   WBStartup+ for OS3.x
  19.                   WBStart-Handler v1.4
  20.                   Documentation in AmigaGuide format
  21.                   MagicWB icons
  22.  
  23.  
  24.  Features:
  25.  
  26.   o  Easy to use GUI preferences program for OS3.x.
  27.   o  Lets you choose the order in which the startup programs run.
  28.   o  Lets you enable and disable the running of each program quickly.
  29.   o  Allows you to have access to Workbench while all of your
  30.      startup programs are being loaded.
  31.   o  Can be disabled at startup by holding left shift key down.
  32.   o  Progress window shows the icon of the program that is being loaded,
  33.      and a progress bar with userdefine window background.
  34.  
  35.  
  36.   New Features in Version 2.6:
  37.  
  38.   When no program is highlighted in WBStartup+Prefs, and the menu item "Icon Window" is selected,
  39.     a requester appears telling the user to select a program first.  However this requester is
  40.    NOT localized, because not all of the catalog authors gave me a translation.
  41.   Changed all MEMF_ANY's to MEMF_PUBLIC.
  42.   If the "Choose Group" window failed to open and set up properly, the program still would cycle
  43.     through the list nodes and return an invalid pointer and crash.  It now will return NULL.
  44.   Increased the height of all the button gadgets by 2.
  45.   Better calculations on the listview gadget's height and the button gadgets positions.
  46.   I'm Working on fixing the alias/local var environment problem. The problem IS in WBStart-Handler,
  47.     which I did not write, and the author doesn't reply to mail.  I have found the bug in his
  48.     program, but can not include my updated version due to copyright laws.
  49.  
  50.  
  51.   New Features in Version 2.5:
  52.  
  53.   Now supports Localization.  Included catalogs: Deutsch, Français, Italiano, Norsk, Svenska.
  54.   Holding the Ctrl key down when WBStartup+ is run will cause WBStartup+Prefs to be
  55.     run before any programs are loaded, allowing you to choose which programs get loaded.
  56.   Holding the left Alt key when WBStartup+ is run causes the user to be asked which of the
  57.     enabled programs should be run.
  58.   Added PREFSPATH tooltype to WBStartup+ icon.  This is the location of the preferences file.
  59.   Program names are shown in WBStartup+'s progress window.
  60.   If the case of the letters in the filename and icon name varied, the same program name
  61.     would be recognized as two different programs.  This is now fixed.
  62.   Added Cancel and Ok gadgets to the Copy File window.
  63.   The OS3.x version of WBStartup+ was getting it's bottom border of the prefs window
  64.     overwritten by the background pattern under the right icon image, if the user was
  65.     using sysihack.
  66.   WBStartup+ now recognizes the WAIT= tooltype as the # of seconds to wait before loading the next program.
  67.   WBStartup+ now recognizes the TOOLPRI= tooltype as the priority that the program should have when running.
  68.   The DELAY= tooltype is now obsolete, therefore it has been removed.
  69.   WBStartup+ now knows if it has already been run, and if it is run more than once, the user
  70.     will see a requester asking if it is ok to run it again.
  71.   The STARTUPPRI tooltype is no longer recognized, please use STARTPRI instead.
  72.   When the WBStartup+Prefs window is opened on a virtual screen, it is centered
  73.     vertically in the visible section, and is 100 pixels to the right of the leftmost
  74.     visible section.
  75.   The Amiga Workbench x.x text is now properly centered in WBStartup+'s progress window.
  76.   The busy pointer is now shown when a secondary window is opened, such as the Priority Window.
  77.   Sizing the main window is now impossible when a secondary window is opened since IDCMP is cut off.
  78.   Priority Window is now activated when opened.
  79.   You may use the keyboard up and down arrow keys to change the selected element in the listview gadget.
  80.  
  81.  
  82.  
  83.   New Features in Version 2.4:  
  84.  
  85.   Was allocating one byte less than needed for groupnames when creating them from the menu.
  86.   When resizing the window, the gadgets are remade, but glist was not initialized to NULL again.
  87.   WBStartup+ now sets the stack size for each loaded program, although WBStart-Handler seems
  88.     to not always use the exacts stack size specified.
  89.   Was allocating sizeof(struct Node) instead of sizeof(struct WBStartupNode) in the OS2.x version of WBStartup+.
  90.  
  91.  
  92.  
  93.   New Features in Version 2.3:
  94.  
  95.   The WBStartup+Prefs window is now a WB AppWindow, so ou can drop icons into it
  96.     and a requester appears asking you if you want to copy or move the files to
  97.     the enabled or disabled directory.
  98.   Was allocating pathname size, and deallocating filename size.
  99.   Possible program crash removed due to another forgotten glist=NULL.
  100.   Add "..." to some menu items.
  101.  
  102.  
  103.  
  104.   New Features in Version 2.2:
  105.  
  106.   Bug Fix: WBStartup+ sometimes crashed when the PROGRESSWINDOW tooltype was diabled.
  107.  
  108.  
  109.  
  110.   New Features in Version 2.1:
  111.  
  112.   Now uses Memory Pooling instead of AllocVec().
  113.   Fixed potential bug in a list structure when alphabetizing.
  114.   Received permission to include L:WBStart-Handler in this archive.
  115.   Archive has moved to Aminet:util/boot
  116.   Removed accidental FreePool() when "Delete Group" was done, and there were no groups.
  117.   Enforcer Hit removed: forgot to initialize glist=NULL before CreateContext().
  118.   Did I release V2.0 WBStartup+Prefs with a missing tail parenthesis in two path tooltypes? Sorry.
  119.   A requester now appears when you quit without saving, and there was a group modification.
  120.   WBStartup+ now has an optional Progress Indicator when it runs, whick can have a user defined background.
  121.   Changed the name of drawer icon images, so they don't have parenthises in them, that way
  122.     they can be archived with lzx.  They are copyied by the installer script and given their
  123.     proper default names with parenthises.
  124.   Included a WBStartup+ version for OS2.x and OS3.x
  125.   Updated installer script to recognize OS2.x and OS3.x
  126.